ArcPad Preferences File Schema
EDITING Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element : EDITING Element

Glossary Item Box

Description

Used to define editing preferences in ArcPadPrefs.apx.

Diagram

EDITING Element

Overview

EDITING
Used to define editing preferences in ArcPadPrefs.apx.
zeroz optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
zerozRestriction of xs:stringoptionalfalse  

Source

<xs:element name="EDITING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define editing preferences in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" name="zeroz">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.